github.com/klauspost/compress/flate.fastGen.matchlen (method)
12 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L138: func (e *fastGen) matchlen(s, t int, src []byte) int32 {
level5.go#L122: l = e.matchlen(int(s+4), int(t+4), src) + 4
level5.go#L123: ml1 := e.matchlen(int(s+4), int(t2+4), src) + 4
level5.go#L145: l = e.matchlen(int(s+4), int(t+4), src) + 4
level5.go#L157: ml := e.matchlen(int(nextS+4), int(t2+4), src) + 4
level5.go#L168: ml := e.matchlen(int(nextS+4), int(t2+4), src) + 4
level6.go#L127: l = e.matchlen(int(s+4), int(t+4), src) + 4
level6.go#L128: ml1 := e.matchlen(int(s+4), int(t2+4), src) + 4
level6.go#L151: l = e.matchlen(int(s+4), int(t+4), src) + 4
level6.go#L165: ml := e.matchlen(int(s+4+repOff), int(t2+4), src) + 4
level6.go#L179: ml := e.matchlen(int(nextS+4), int(t2+4), src) + 4
level6.go#L190: ml := e.matchlen(int(nextS+4), int(t2+4), src) + 4
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |